projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81eee8a
)
(display-time-filter): pm starts at 12, not 13.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Aug 1994 18:56:32 +0000
(18:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Aug 1994 18:56:32 +0000
(18:56 +0000)
lisp/time.el
patch
|
blob
|
history
diff --git
a/lisp/time.el
b/lisp/time.el
index 901f00d9d3faca14554352ea989f7c45787f244e..e9a57bf24007234c8d6d21c42b7f445cba9eb001 100644
(file)
--- a/
lisp/time.el
+++ b/
lisp/time.el
@@
-138,7
+138,7
@@
would give mode line times like `94/12/30 21:07:48 (UTC)'.")
(if (= hour 0)
12
hour))))
- (am-pm (if (> hour 12) "pm" "am"))
+ (am-pm (if (>
=
hour 12) "pm" "am"))
(minutes (substring time 14 16))
(seconds (substring time 17 19))
(time-zone (car (cdr (current-time-zone))))